projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c498d9b
)
(struct window): New member overlay_arrow_bitmap.
author
Kim F. Storm
<storm@cua.dk>
Mon, 1 Mar 2004 23:56:20 +0000
(23:56 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 1 Mar 2004 23:56:20 +0000
(23:56 +0000)
src/window.h
patch
|
blob
|
history
diff --git
a/src/window.h
b/src/window.h
index 0a4bdb6e8913bcf82feb908b33869240e740de12..c665e9921c6d374d08470aee0b4c3fdb842d6aff 100644
(file)
--- a/
src/window.h
+++ b/
src/window.h
@@
-254,6
+254,9
@@
struct window
/* This is handy for undrawing the cursor. */
int phys_cursor_ascent, phys_cursor_height;
+ /* Alternate overlay-arrow-bitmap in this window. */
+ int overlay_arrow_bitmap;
+
/* Non-zero means the cursor is currently displayed. This can be
set to zero by functions overpainting the cursor image. */
unsigned phys_cursor_on_p : 1;